
.navbar-brand {
  letter-spacing: 3px;
  color: #c24244;
}

.navbar-brand:hover {
  color: #c24244;
}


.navbar-scroll .nav-link,
.navbar-scroll .fa-bars {
  color: #7f4722;
}

.navbar-scrolled .nav-link,
.navbar-scrolled .fa-bars {
  color: #7f4722;
}


.navbar-scrolled {
  background-color: #ffede7;
}

/* for drp dwn */
.nav-item {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background-color: #afaba9;
  border: 1px solid #c24244;
  z-index: 1;
  padding: 0; 
}

.nav-item:hover .dropdown-menu {
  display: block;
}

.dropdown-menu li {
  list-style: none;
}

.dropdown-menu li a {
  display: block;
  padding: 10px;
  color: #7f4722;
  text-decoration: none;
}

.dropdown-menu li a:hover {
  background-color: #525350;
  color: #ffede7;
}

/* lgn btn*/
.login-button {
  background-color: #7ab730;
  color: #ffede7;
  border: none;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  margin-right: 15px;
}

.login-button:hover {
  background-color: #ffede7;
  color: #c24244;
}


.header-image {
  padding-top: 200px;
  padding-bottom: 200px;
  box-sizing: content-box;
  background-size: cover;
} 

.hero-title {
  color: #fcfcfc;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}

.section-two {
  margin-top: 50px;
  margin-left: 300px;
  margin-right: 500px;
}

.image-web {
  width: auto;
  height: 420px;
  border-radius: 10px;
}

.desc {
  padding-right: 60px;
}

.desc-title {
  font-weight: bold;
}

.desc-sub-title {
  font-weight: bold;
}

.ul {
  font-size: 16px;
}

.hotel-title {
  font-weight: bold;
  margin-top: 100px;
  text-align: center;
  color: black;
  text-decoration: underline;
}


.card {
  width: 300px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;

}

.card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.card-content {
  padding: 16px;
}

.card-title {
  font-size: 1.2rem;
  margin: 8px 0;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 8px 0;
}

.rating {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.rating-icon {
  color: gold;
  margin-right: 4px;
}

.visit-button {
  display: inline-block;
  padding: 8px 16px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.visit-button:hover {
  background-color: #0056b3;
}


.contact-form {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 400px;
  margin-left: 300px;
  margin-right: 500px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.contact-form h2 {
  text-align: center;
  margin-bottom: 20px;
}

.contact-form label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.contact-form textarea {
  height: 120px;
}

.contact-form button[type="submit"] {
  background-color: lightgreen;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.contact-form button[type="submit"]:hover {
  background-color: darkgreen;
}

/* cntct pge */
body {
  font-family: Arial, sans-serif;

  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f4f4f4;
}
.contact-form {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  width: 80%;
  max-width: 400px;
  margin-left: 550px;
}
.contact-form h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.contact-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.contact-form button {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

/* abt us */

.about-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background-color: #f5f5f5;
}

.image-container {
  flex: 1;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.description {
  flex: 2;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.description h2 {
  margin-top: 0;
}

.learn-more-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #7ab730;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.learn-more-button:hover {
  background-color: #4a7b0e;
}

 

.team-section {
  text-align: center;
  padding: 80px;
  background-color: #f5f5f5;
}

.team-section h2 {
  margin-bottom: 20px;
}

.team-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.team-member {
  flex: 1;
  padding: 20px;
  margin: 10px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.team-member img {
  max-width: 100%;
  height: auto;
}

.team-member h3 {
  margin-top: 10px;
}

.team-member p {
  margin-top: 5px;
  color: #888;
}

.img {
  border-radius: 5px;
}

h3 {
  font-weight: bold;
}

.dev-team {
  font-weight: bold;
}

/* blg */

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.blog-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  padding-top: 50px;
}

.blog-post {
  width: calc(25% - 20px);
  margin-bottom: 40px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.blog-post img {
  max-width: 100%;
  height: auto;
}

.blog-post h2 {
  margin: 10px;
}

.blog-post p {
  margin: 10px;
}

.read-more {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  margin: 10px;
  transition: background-color 0.3s ease;
}

.read-more:hover {
  background-color: #0056b3;
}

footer {
  text-align: center;
  padding: 20px 0;
  background-color: #f5f5f5;
}
